﻿@charset "utf-8";
@import url(images/kf/quandi.css);
.tb_img{
	margin:auto;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	padding:10px;
	box-sizing:border-box;
}
.tb_img:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
.back{
	background-color:#f5f5f5;
	padding:20px;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){.back{padding:10px;}}
html{
	margin:auto;
	height:100%;
	width:auto;
	overflow:auto;
	display:block;
	color:#333;
	font-size:14px;
	line-height:2;
	font-family:"微软雅黑";
}
@media (max-width:767px){html{font-size:12px;line-height:1.8;}}
body{
	margin:auto;
	height:auto;
	width:auto;
	overflow:hidden;
	display:block;
	font-size:1rem;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
}
a:hover,a:active{
	text-decoration:none;
	color:#f0963f;
	font-size:1rem;
}
.welcome{
	border-bottom:1px solid #ddd;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	
}
.welcome_tb{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	font-size:12px;
	color:#888;
}
@media (max-width:480px){.site_welcome{display:none;}}
.welcome_tb>div:before{
	margin-right:10px;
}
.welcome_right{
	display:flex;
	display:-webkit-flex;
	column-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#888;
	padding:10px;
}
.welcome_left>div:before{
	margin-right:10px;
}
#quandi_lianxi{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
	overflow:hidden;
	margin-top:30px;
	border-top:2px solid #f0963f;
}
#quandi_lianxi_thead{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom:1px solid #ddd;
	padding:20px;
	text-align:center;
	font-size:1.6rem;
}
#quandi_lianxi_tbody{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
}
#quandi_cate{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#fff;
}

#quandi_cate_thead{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	height:auto;
	text-align:center;
	padding:20px;
	font-size:1.6rem;
	color:#fff;
	background-color:#f0963f;
	border-radius:20px 0px 20px 0px;
}
#quandi_cate_tbody{
	display:flex;
	display:-webkit-flex;
	row-gap:10px;
	flex-direction:column;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#cate{
	height:50px;
	width:100%;
	overflow: hidden;
	display:none;
	padding:10px;
	border:1px solid #eee;
	outline:none;
}
@media (max-width:767px){
	#quandi_cate_tbody{display:none;}
	#cate{display:block;}
}
.cate_item {
	height: auto;
	width: auto;
	overflow: hidden;
	display:block;
}

a.cate_name {
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:10px;
	border:1px solid #ddd;
	border-radius:10px 0px 10px 0px;
}
a.cate_name:hover{
	border:1px solid #f0963f;
	color:#f0963f;
}
a.cate_hover{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:10px;
	white-space:nowrap;
	font-weight:bold;
	border:1px solid #f0963f;
	color:#f0963f;
	border-radius:10px 0px 10px 0px;
}
.cate_tb{
	position:relative;
}
.cate_tb:hover>a.cate_thead{
	background-color:#f0963f;
	color:#fff;
}
.cate_tb:hover>.cate_tbody{
	display:block;
}
.cate_tbody{
	margin: auto;
	height: auto;
	width: 100%;
	overflow: hidden;
	display: none;
	position:absolute;
	left:100%;
	top:0px;
	background-color:#fff;
	border:1px solid #ddd;
	z-index:2;
}
a.cate_thead{
	margin: auto;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	text-align:center;
	padding:10px;
	border-bottom:1px dotted #ddd;
	font-weight:bold;
}
#quan_head{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	z-index:2;
}
@media (max-width:767px){
	#quan_head{
		position:static;
	}
}

#quan_head_tbody{
	display:grid;
	grid-template-columns:270px auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width:480px){
	#quan_head_tbody{
		padding:10px;
		display:grid;
		grid-template-columns:auto 40px;
		justify-content:unset;
		row-gap:10px;
		margin:auto;
	}
}
#quan_body{
	display:grid;
	grid-template-columns:260px auto;
	column-gap:30px;
	row-gap:20px;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	#quan_body{
		grid-template-columns:auto;
	}
}
#quan_left{
	width:auto;
	height:auto;
	display:block;
}
#quan_center{
	width:auto;
	height:auto;
	display:block;
	background-color:#fff;
	padding:20px;
	overflow:hidden;
	border:1px solid #eee;
}
@media (max-width:767px){
	#quan_center{
		border:none;
		padding:0px;
	}
}
#quan_foot{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#202020;
	color:#fff;
}
#quan_foot a{color:#fff;}
#quan_foot_tbody{
	display:grid;
	grid-template-columns:calc(80% - (100px/3))  calc(20% - (100px/3));
	row-gap:20px;
	column-gap:50px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px){
	#quan_foot_tbody{
		grid-template-columns:auto;
		row-gap:10px;
		column-gap:10px;
		padding:10px;
	}
}
#quan_foot_tfoot{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	row-gap:20px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	background-color:#000;
	padding:30px;
}
#quandi_icp{
	display:flex;
	display:-webkit-flex;
	column-gap:5px;
}
.icp_item{
	width:100px;
	height:36px;
	display:block;
	overflow:hidden;
}
a.icp_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	transition:all 0.4s;
	margin-top:0px;
}
a.icp_tb:hover{
	margin-top:-36px;
}
.icp_pic{
	width:100px;
	height:36px;
	margin:auto;
	display:block;
}
.icp_pic:first-child{
	filter:grayscale(1);
}
.logo_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.logo_thead{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.logo_logo{
	width:60px;
	height:60px;
}
.logo_title{
	font-size:1.85rem;
}
.logo_miaoshu{
	margin-top:20px;
	color:#aaa;
}

#quandi_search{
	display:grid;
	grid-template-columns:auto 80px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#keywords{
	height:40px;
	width:100%;
	border:1px solid #222;
}
#bt_search{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	width:auto;
	background-color:#f0963f;
	color:#fff;
	text-align:center;
	font-size:15px;
}
#bt_search:before{margin-right:10px;}
#bt_search:hover{background-color:#222;}
.kouhao_tb{
	border-left:1px solid #ddd;
	width:auto;
	height:auto;
	display:block;
	padding-left:20px;
	line-height:1.5;
	margin-right:auto;
}
@media (max-width:480px){
	.kouhao_tb{display:none;}
}
.kouhao_title{
	font-size:1.4rem;
	font-weight:bold;
}
.kouhao_miaoshu{
	font-size:12px;
	color:#999;
}
.tel_tb{
	display:grid;
	grid-template-columns:52px auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){.tel_tb{display:none;}}
.tel_name{
	font-size:12px;
	line-height:1.2;
	color:#666;
}
.tel_miaoshu{
	font-size:24px;
	line-height:1.2;
	color:#f18627;
}
.bottom_tb{
	display:grid;
	grid-template-columns:auto auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:10px;
	margin-top:50px;
}
.top_tb{
	display:grid;
	grid-template-columns:50px auto;
	column-gap:20px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}

.top_logo{
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	overflow:hidden;
}
@media (max-width:767px){
	.top_logo{height:50px;width:auto;}
}
.top_right{line-height:1.2;}
.top_title{
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
.top_miaoshu{
	font-size:12px;
	color:#999;
}
@media (max-width:767px){
	.top_title{color:#222;}
}

#quandi_nav{
	display:grid;
	grid-template-columns:auto auto auto auto auto auto auto;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
}
@media (max-width:767px){#quandi_nav{display:none}}
.nav_item{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
	overflow:hidden;
	vertical-align:middle;
	position:relative;
}

a.nav_hover{
	width:auto;
	height:auto;
	line-height:50px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	color:#FFF;
	font-size:15px;
	background-color:#f18627;
	white-space:nowrap;
}
a.nav_name:hover{
	color:#fff;
	background-color:#f18627;
}
a.nav_name{
	width:auto;
	height:auto;
	line-height:50px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	font-size:15px;
	color:#fff;
	white-space:nowrap;
}

#sub_tbody{
	width:100px;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#f0963f;
	display:block;
	z-index:1001;
}
.sub_item{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
a.sub_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
}
a.sub_name:hover{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:4px;
	color:#fff;
	background-color:#222;
}
.sub_tb{
	display:block;
	width:auto;
	height:auto;
	position:relative;
}
.sub_thead{
	display:block;
	width:auto;
	height:auto;
	padding:5px;
	color:#fff;
}
.sub_tb:hover>.sub_thead{
	display:block;
	background-color:#222;
}
.sub_tb:hover>.sub_tbody{
	display:block;
}
.sub_tbody{
	min-width:150px;
	display:none;
	width:auto;
	height:auto;
	background-color:#f0963f;
}
#quandi_banner{
	display:block;
	width:auto;
	height:calc(100vw*500/1920);
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#333;
	max-width:1920px;
}
@media (max-width:480px){
	#quandi_banner{
		height:200px;
	}
}


#quandi_fla{
	display:block;
	width:auto;
	height:100vh;
	overflow:hidden;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
	max-width:1920px;
}
@media (max-width:480px){
	#quandi_fla{
		height:200px;
	}
}
.fla_pic{
	display:flex;
	display:-webkit-flex;
	width:100%;
	height:100%;
	margin:auto;
	align-items:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.fla_tb{
	display:block;
	max-width:800px;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
	padding-top:300px;
}
.fla_title{
	font-size:4.2rem;
	font-weight:500;
	color:#fff;
	letter-spacing:3px;
}
.fla_title>span{
	color:#f0963f;
}
.fla_miaoshu{
	font-size:1rem;
	color:#fff;
	margin-top:40px;
}

@media (max-width:480px){
	.fla_title{
		font-size:2.2rem;
	}
	.fla_miaoshu{
		font-size:1rem;
	}
}
a.fla_more{
	display:block;
	width:150px;
	height:44px;
	line-height:44px;
	border-radius:22px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background-color:#f0963f;
	margin:auto;
	margin-top:100px;
}
a.fla_more:hover{
	background-color:#fff;
	color:#f0963f;
}
@media (max-width:480px){
	a.fla_more{
		width:80px;
		height:26px;
		line-height:26px;
		font-size:12px;
		margin-top:20px;
	}
}
.banner_pic{
	display:flex;
	display:-webkit-flex;
	overflow:hidden;
	width:100%;
	height:100%;
	margin:auto;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.banner_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	color:#fff;
}

.banner_title{
	font-size:2.4rem;
	color:#f0963f;
	text-shadow: 2px 2px black;
}
.banner_miaoshu{
	font-size:1.2rem;
	line-height:1.5;
	color:#fff;
	
}
@media (max-width:480px){
	.banner_title{
		font-size:2rem;
	}
	.banner_miaoshu{
		font-size:1rem;
	}
}
.tb_main_tb{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
}
.loc{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.1rem;
	border-bottom:1px solid #ddd;
}
.loc_tb{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	column-gap:10px;
	align-items:center;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	padding:10px;
}
.loc_home{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	font-size:1.2rem;
}
.pagebar{
	display:grid;
	grid-template-columns:auto auto;
	align-items:center;
	justify-content:space-between;
	overflow:hidden;
	margin:auto;
	width:auto;
	max-width:1200px;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.pagebar{grid-template-columns:auto;justify-content:center;text-align:center;}
}
.pagebar_left{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
.pagebar_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}
a.bt_page{
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	vertical-align:middle;
}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
	display:inline-block;
}
#mm{
	display:none;
	overflow:hidden;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:20px;
	text-align:center;
	justify-content:center;
	align-items:center;
}
@media (max-width:767px){
	#mm{
		display:flex;
		display:-webkit-flex;
	}
}
#mm_tb{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	background-color:#f0963f;
}
@media (max-width:767px){
	#mm_tb{display:block;}
}
#mm_thead{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	font-size:16px;
	color:#222;
}

#mm_tbody{
	display:none;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
	box-sizing:border-box;
	color:#fff;
	background-color:#000;
}
#mm_tbody a{color:#fff;}
.m_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
.m_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	position:relative;
	box-sizing:border-box;
}
.m_tbody{
	display:none;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-left:20px;
}
.m_tbody a.m_name{font-size:12px;}
a.m_name{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	vertical-align:middle;
	font-size:14px;
	padding:5px;
	font-weight:bold;
}

.m_0 a.m_name{font-weight:normal;}
a.m_fold{
	display:inline-block;
	overflow:hidden;
	margin:auto;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	border:1px solid #ddd;
}
.site_back{
	background-size:cover;
	background-position:bottom center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#quandi_new{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
#quandi_new_thead{
	font-size:1.4rem;
}
#quandi_new_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));
	row-gap:10px;
	column-gap:10px;
	margin-top:20px;
}
@media (max-width:767px){
	#quandi_new_tbody{
		grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));
	}
}
a.new_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	padding-bottom:60%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
#quandi_daohang{
	display:grid;
	grid-template-columns:calc(25% - (90px/4)) auto auto auto;
	justify-content:space-between;
	column-gap:30px;
	row-gap:20px;
	width:auto;
	height:auto;
}
@media (max-width:767px){
	#quandi_daohang{
		grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));
		row-gap:20px;
		column-gap:20px;
	}
}
.daohang_title{
	font-size:1.4rem;
}
.daohang_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
	color:#aaa;
}
.daohang_miaoshu ul{
	margin:auto;
	padding:0px;
	list-style-position:inside;
}
.daohang_miaoshu a{color:#aaa!important;}
#quandi_form{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	position:relative;
	vertical-align:top;
	padding:10px;
	max-width:800px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
#quandi_form_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	
}
#quandi_form_title{
	font-size:2rem;
	font-weight:600;
}
#quandi_form_miaoshu{
	font-size:1rem;
	color:#f90;
}
#quandi_form_tbody{
	margin-top:50px;
}

.copy{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:1200px;
	color:#aaa;
	font-size:12px;
	text-align:center;
}
.copy a{color:#aaa!important;font-size:12px;}
#quandi_css{display:none;}